Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec for MSC3077 #1602

Closed
wants to merge 5 commits into from
Closed

Spec for MSC3077 #1602

wants to merge 5 commits into from

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Jul 18, 2023

@dbkr dbkr added the A-VoIP label Jul 18, 2023
@dbkr dbkr marked this pull request as ready for review July 18, 2023 14:23
@dbkr dbkr requested a review from a team as a code owner July 18, 2023 14:23
@@ -171,18 +171,34 @@ In response to an incoming invite, a client may do one of several things:

##### Streams
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +191 to +194
Clients implementing this specification will ignore any streamless tracks. Note
that in the JavaScript WebRTC API, this means `addTrack()` must be passed two
parameters: a track and a stream, not just a track, and in a video call the
stream must be the same for both audio and video track.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is existing text, but it now seems even more confusing than before, so I think we need to clarify.

  1. What is the mechanism by which streamless tracks are ignored? Or is this an instruction to clients to ignore such tracks?
  2. what is that to do with addTrack's parameters?
  3. is it related to sdp_stream_metadata? if not, it should probably not be in the middle of the text about it?

@richvdh
Copy link
Member

richvdh commented Mar 13, 2024

closing in favour of #1735

@richvdh richvdh closed this Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants